From 4ed6a0ca4fa7f3dd6883e9ff53f5cc6881ecf5ec Mon Sep 17 00:00:00 2001 From: "djm@kirby.fc.hp.com" Date: Tue, 15 Mar 2005 23:32:55 +0000 Subject: [PATCH] bitkeeper revision 1.1236.31.4 (423770a7zebfa9oORBQCP7xh5DgOrg) Oops, forgot a file. --- xen/arch/ia64/patch/linux-2.6.7/time.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/arch/ia64/patch/linux-2.6.7/time.c b/xen/arch/ia64/patch/linux-2.6.7/time.c index d0b421fb67..004e21fa21 100644 --- a/xen/arch/ia64/patch/linux-2.6.7/time.c +++ b/xen/arch/ia64/patch/linux-2.6.7/time.c @@ -1,5 +1,5 @@ --- ../../linux-2.6.7/arch/ia64/kernel/time.c 2004-06-15 23:19:01.000000000 -0600 -+++ arch/ia64/time.c 2005-03-09 13:22:52.000000000 -0700 ++++ arch/ia64/time.c 2005-03-14 17:27:11.000000000 -0700 @@ -10,16 +10,22 @@ */ #include @@ -208,7 +208,7 @@ + } + if (domain0_ready && vcpu_timer_expired(dom0->exec_domain[0])) { + vcpu_pend_timer(dom0->exec_domain[0]); -+ vcpu_set_next_timer(dom0->exec_domain[0]); ++ //vcpu_set_next_timer(dom0->exec_domain[0]); + domain_wake(dom0->exec_domain[0]); + } + if (!is_idle_task(current->domain) && current->domain != dom0) { -- 2.30.2